home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Ghostscript / src / dwsetup.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-01-01  |  1.9 KB  |  51 lines

  1. /* Copyright (C) 1999, Ghostgum Software Pty Ltd.  All rights reserved.
  2.   
  3.   This file is part of AFPL Ghostscript.
  4.   
  5.   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
  6.   distributor accepts any responsibility for the consequences of using it, or
  7.   for whether it serves any particular purpose or works at all, unless he or
  8.   she says so in writing.  Refer to the Aladdin Free Public License (the
  9.   "License") for full details.
  10.   
  11.   Every copy of AFPL Ghostscript must include a copy of the License, normally
  12.   in a plain ASCII text file named PUBLIC.  The License grants you the right
  13.   to copy, modify and redistribute AFPL Ghostscript, but only under certain
  14.   conditions described in the License.  Among other things, the License
  15.   requires that the copyright notice and this notice be preserved on all
  16.   copies.
  17. */
  18.  
  19.  
  20. // $Id: dwsetup.h,v 1.2 2000/09/19 19:00:10 lpd Exp $
  21.  
  22. // Definitions for Ghostscript setup program
  23.  
  24. #ifndef IDC_STATIC
  25. #define IDC_STATIC            -1
  26. #endif
  27.  
  28. #define IDD_TEXTWIN                     101
  29. #define IDD_DIRDLG                      102
  30. #define IDR_MAIN                        200
  31. #define IDD_MAIN                        201
  32. #define IDC_TARGET_DIR                  202
  33. #define IDC_TARGET_GROUP                203
  34. #define IDC_BROWSE_DIR                  204
  35. #define IDC_BROWSE_GROUP                205
  36. #define IDC_README                      206
  37. #define IDS_APPNAME                     501
  38. #define IDS_TARGET_DIR                  502
  39. #define IDS_TARGET_GROUP                503
  40. #define IDC_PRODUCT_NAME                1000
  41. #define IDC_INSTALL_FONTS               1001
  42. #define IDC_TEXTWIN_MLE                 1002
  43. #define IDC_TEXTWIN_COPY                1003
  44. #define IDC_INSTALL                     1004
  45. #define IDC_FILES                       1006
  46. #define IDC_FOLDER                      1007
  47. #define IDC_TARGET                      1008
  48. #define IDC_ALLUSERS                    1009
  49. #define IDC_COPYRIGHT                   1010
  50.  
  51.